function popForm(formurl, titre, width, height) {
	var formWin = window.open(formurl,titre,'location=0,menubar=1,status=1,scrollbars=1,resizable=1,width='+ width +',height='+ height +'');
}

function GoPage(Link){
	document.location.href=Link;
}

function AfficheDiv(qui){
	$("#" + qui).addClass('visible');
	$("#" + qui).removeClass('invisible');
}

function CacheDiv(qui){
	$("#" + qui).addClass('invisible');
	$("#" + qui).removeClass('visible');
	
}

function popup(url,nom,width,height,scroll,resizable)
{
	var top=(screen.height-height)/2;
	var left=(screen.width-width)/2;
	window.open(''+url+'',''+nom+'','toolbar=no,location=no,directories=no,menubar=no,resizable='+resizable+',scrollbars='+scroll+',status=yes,width='+width+',height='+height+',top='+top+',left='+left+'')
}

function popup2(fenlien,fenlarg,fenhaut,menub,locb,toolb,scrollb,resizeb){
var fenspecif="menubar="+ menub +","+"locationbar="+ locb +","+"toolbar="+ toolb +","+"scrollbars="+ scrollb+","+"resizable="+resizeb+","+"width="+fenlarg+","+"height=" + fenhaut;
var fenetre=window.open("","fenlien",fenspecif)
fenetre.location.href=fenlien;
fenetre.opener=self;
}

function popupVideo2004()
{
	popup('popupVideo.htm','video',350,350,0,0) ;
}

function agendadetails(fenlien){
var fenlien="http://ecf2009.mediactive.fr/Agenda/details.php?Id="+fenlien;
var fenspecif="menubar=no,locationbar=no,toolbar=yes,scrollbars=yes,resizable=yes,width=450,height=450";
var fenetre=window.open("","fenlien",fenspecif)
fenetre.location.href=fenlien;
fenetre.opener=self;
}

function agendadetails2(fenlien){
var fenlien="http://ecf2009.mediactive.fr/Agenda/details2.php?Id="+fenlien;
var fenspecif="menubar=no,locationbar=no,toolbar=yes,scrollbars=yes,resizable=yes,width=450,height=450";
var fenetre=window.open("","fenlien",fenspecif)
fenetre.location.href=fenlien;
fenetre.opener=self;
}

function presentation(fenlien){
var fenlien="http://ecf2009.mediactive.fr/Presentations/?d="+fenlien;
var fenspecif="menubar=no,locationbar=no,toolbar=no,scrollbars=no,resizable=no,width=720,height=540";
var fenetre=window.open("","fenlien",fenspecif)
fenetre.location.href=fenlien;
fenetre.opener=self;
}

function presentationpdf(fenlien){
var fenlien="http://ecf2009.mediactive.fr/Presentations/"+fenlien+".pdf";
var fenspecif="menubar=no,locationbar=no,toolbar=no,scrollbars=no,resizable=no,width=720,height=540";
var fenetre=window.open("","fenlien",fenspecif)
fenetre.location.href=fenlien;
fenetre.opener=self;
}

function plenarydetails(fenlien){
var fenlien="http://ecf2009.mediactive.fr/Agenda/details_plenary.php?Id="+fenlien;
var fenspecif="menubar=no,locationbar=no,toolbar=yes,scrollbars=yes,resizable=yes,width=450,height=450";
var fenetre=window.open("","fenlien",fenspecif)
fenetre.location.href=fenlien;
fenetre.opener=self;
}
